home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / libgplus / tests / makefile.in < prev    next >
Makefile  |  1993-04-27  |  631b  |  24 lines

  1. srcdir = .
  2.  
  3. #### package, host, target, and site dependent Makefile fragments come in here.
  4. ##
  5.  
  6. GENCLASS = ../genclass/genclass
  7. PROTODIR = $(srcdir)/../src/gen
  8. LIBS = ../libg++.a
  9.  
  10. # compilation notes:
  11. # The following g++ warnings are expected to appear:
  12. #
  13. # 2. Several warnings from genclass about classes with only .h, no .cc files
  14. #
  15. # 3. A few harmless reminder warnings that some classes have no data members.
  16. #
  17. # 4. Many harmless warnings that arguments to vector-delete are unnecessary
  18. #    when deleting arrays of builtin types.
  19.  
  20. #--- NOTE: Lots of stuff gets added by ${srcdir}/Makefile.sh
  21.  
  22. Makefile: $(srcdir)/Makefile.sh
  23.  
  24.